home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shore_siege.swf / scripts / DefineSprite_456 / frame_1 / PlaceObject2_409_321 / CLIPACTIONRECORD onClipEvent(load).as < prev    next >
Text File  |  2011-08-19  |  221b  |  11 lines

  1. onClipEvent(load){
  2.    active = false;
  3.    this.swapDepths(_parent.getNextHighestDepth() + _root.weaponDepth);
  4.    killActive = false;
  5.    xPos = _X;
  6.    yPos = _Y;
  7.    xOld = _X;
  8.    yOld = _Y;
  9.    _visible = false;
  10. }
  11.